This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Rex Prejipyvergon 6.Jan.04 10:11 PM a Web browser Domino Web Access6.0.2 CF2Linux - RedHat
The following works in a local java agent on the server. Once I moved the same basic code to a tomcat servlet using remote iiop calls, the first element of the vector is empty.
any ideas..this is beat!
doc.replaceItemValue("HTTPPassword", "password");
Vector v = insession.evaluate("@Password(HTTPPassword)", doc);
doc.replaceItemValue("HTTPPassword", v.firstElement());